home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tex / dvidoc.sty < prev    next >
Text File  |  1987-05-08  |  509b  |  21 lines

  1. % This was sort of cribbed from lfonts.tex.
  2. % I have no idea how close to correctness it is.
  3. % However, it has worked on some files at 10pt.
  4. %
  5. % Unfortunately, I think that there is some kind of rounding
  6. % problem in dvidoc itself.
  7. %
  8. % John Pavel, March 1987
  9. %
  10. \makeatletter
  11. \def\rm{\protect\pdoc}
  12. \def\it{\protect\pdoc}
  13. \def\bf{\protect\pdoc}
  14. \def\sl{\protect\pdoc}
  15. \def\sf{\protect\pdoc}
  16. \def\sc{\protect\pdoc}
  17. \def\tt{\protect\pdoc}
  18. \newfam\docfam
  19. \def\pdoc{\@getfont\pdoc\docfam\@xiipt{doc}}
  20. \makeatother
  21.